View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Store / PropertyChanged Event

Occurs when a property value changes.

This is a public event.

public event PropertyChangedEventHandler PropertyChanged;

Event type: PropertyChangedEventHandler.

See Also